From: Keir Fraser Date: Mon, 13 Sep 2010 16:44:19 +0000 (+0100) Subject: Fix an IO-APIC error message X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~11493 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=5e886b348496fb4b7e4b3e050583459558ff13ba;p=xen.git Fix an IO-APIC error message Signed-off-by: Keir Fraser --- diff --git a/xen/arch/x86/io_apic.c b/xen/arch/x86/io_apic.c index c1445d4c30..46be3a239d 100644 --- a/xen/arch/x86/io_apic.c +++ b/xen/arch/x86/io_apic.c @@ -2030,8 +2030,8 @@ static inline void check_timer(void) return; } printk(" failed :(.\n"); - panic("IO-APIC + timer doesn't work! Boot with apic=debug and send a " - "report. Then try booting with the 'noapic' option"); + panic("IO-APIC + timer doesn't work! Boot with apic_verbosity=debug " + "and send a report. Then try booting with the 'noapic' option"); } /*